home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / tc_tsr10.zip / README < prev    next >
Text File  |  1991-06-18  |  2KB  |  49 lines

  1.  
  2. TC-TSR10.ZIP README FILE
  3.  
  4. Tc-tsr10.zip contain a group of tsr-related programs written in turbo C.
  5. These files are intended as examples rather than robust utilities. However,
  6. having said that, I've been (happily :-)) using them for some time now. In any
  7. case, if you make any improvements, or fix some bugs please let me (Sherif)
  8. know.
  9.  
  10. All the files contained here are public domain, and are not copyrighted. I
  11. Hope they will be useful, but,
  12.  
  13.      The author shall not be liable to the user for any direct, indirect or    
  14.      consequential loss arising from the use of, or inability to use, any    
  15.      program or file howsoever caused. No warranty is given that the programs
  16.      will work under all circumstances.
  17.  
  18.  
  19. Files:
  20.  
  21. TSR_LIST.C     prints a list of loaded programs/TSRs.
  22. TSR_LIST.TXT   some documentation on TSR_LIST.C
  23.  
  24. SAVEINTS.C     saves a picture of the interrupt table to a disk file.
  25. REMOVE.C       removes a TSR.
  26. REMOVE.TXT     some documentation on SAVEINTS.C/REMOVE.C.
  27.  
  28. PRTSC.H,
  29. PRTSC.C, and
  30. TSRPRTSC.C     make up an example popup-TSR for saving and printing screens in
  31.                text mode.
  32. PRTSC.TXT      some documentation on PRTSC.
  33.  
  34. PRT2DISK.C     an example TSR which redirects printer output (lpt1) to a disk
  35.                file.
  36. FLUSH.COM      for flushing data left in prt2disk's buffer (should be used to
  37.                ensure that all data is written to the disk file).
  38. FLUSH.DBG      debug script for creating FLUSH.COM. Enter 'debug < FLUSH.DBG'
  39.                to create FLUSH.COM.
  40.  
  41.  
  42. /*--------------------------------------------------------------------------*
  43.  | Sherif El-Kassas        .       :.                                       |
  44.  | EB dept           \_____o__/ __________                                  |
  45.  | Eindhoven U of Tec       .. /                                            |
  46.  | The Netherlands            /             Email: elkassas@eb.ele.tue.nl   |
  47.  *--------------------------------------------------------------------------*/
  48.  
  49.